home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / splay.com / README.DOC < prev    next >
Encoding:
Text File  |  1990-09-07  |  2.6 KB  |  63 lines

  1. The program SPLAY is a pascal to C translation of a program that 
  2. Kim Kokkonen wrote in Turbo Pascal to implement Splay Trees.
  3.  
  4. This program compresses and decompresses files, and does a pretty good
  5. job of it.
  6.  
  7. Contents:
  8.  
  9. SPLAY.PAS       Original TP source code
  10. SPLAY.C         Translation of code to C
  11. SPLAY.EXE       Compiled version of SPLAY.C (small model)
  12. README.DOC      You are looking at it
  13.  
  14. Read the comments at the beginning of SPLAY.C for more info.
  15.  
  16.  
  17.          ----------------end-of-author's-documentation---------------
  18.  
  19.                          Software Library Information:
  20.  
  21.                     This disk copy provided as a service of
  22.  
  23.                            Public (software) Library
  24.  
  25.          We are not the authors of this program, nor are we associated
  26.          with the author in any way other than as a distributor of the
  27.          program in accordance with the author's terms of distribution.
  28.  
  29.          Please direct shareware payments and specific questions about
  30.          this program to the author of the program, whose name appears
  31.          elsewhere in  this documentation. If you have trouble getting
  32.          in touch with the author,  we will do whatever we can to help
  33.          you with your questions. All programs have been tested and do
  34.          run.  To report problems,  please use the form that is in the
  35.          file PROBLEM.DOC on many of our disks or in other written for-
  36.          mat with screen printouts, if possible.  PsL cannot debug pro-
  37.          programs over the telephone, though we can answer questions.
  38.  
  39.          Disks in the PsL are updated  monthly,  so if you did not get
  40.          this disk directly from the PsL, you should be aware that the
  41.          files in this set may no longer be the current versions. Also,
  42.          if you got this disk from another vendor and are having prob-
  43.          lems,  be aware that  some files may have become corrupted or
  44.          lost by that vendor. Get a current, working disk from PsL.
  45.  
  46.          For a copy of the latest monthly software library newsletter
  47.          and a list of the 2,000+ disks in the library, call or write
  48.  
  49.                            Public (software) Library
  50.                                P.O.Box 35705 - F
  51.                             Houston, TX 77235-5705
  52.  
  53.                                 1-800-2424-PSL
  54.                                  MC/Visa/AmEx
  55.  
  56.                           Outside of U.S. or in Texas
  57.                           or for general information,
  58.                               Call 1-713-524-6394
  59.  
  60.                           PsL also has an outstanding
  61.                           catalog for the Macintosh.
  62.  
  63.